New Crowdin updates - #325
Conversation
WalkthroughUpdated only localized Android string resources for Portuguese (pt-PT), Turkish (tr-TR) and Dutch (nl-NL); keys unchanged, values adjusted for translations, minor spacing/format-argument fixes; no code, manifest, or API changes. Changes
Sequence Diagram(s)(No sequence diagram — changes are localization-only and do not alter control flow.) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Files to review:
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
app/src/main/res/values-pt-rPT/strings.xml(3 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: 🤖 Validate Android Build
🔇 Additional comments (1)
app/src/main/res/values-pt-rPT/strings.xml (1)
65-65: Portuguese translations look good overall.The localization updates appear well-translated and consistent with the existing Portuguese strings in the file. The text choices are natural and contextually appropriate for the UI.
Also applies to: 68-68, 69-69, 70-70, 71-71, 73-73, 82-82, 102-102, 103-103, 105-105, 107-107, 110-110, 113-113, 114-114
| <string name="grant_shizuku_permission_to_canta">Garantir permissão do Canta no shizuko</string> | ||
| <string name="shizuku_required">Necessário shizuko</string> | ||
| <string name="shizuku_requirement_description">Canta uses Shizuku to uninstall apps without requiring root access. Shizuku provides a secure way to access system-level SDKs.</string> | ||
| <string name="shizuku_requirement_description">Canta utiliza Shizuku para desinstalar aplicativos sem necessitar de acesso root. Shizuku fornece uma maneira segura de acederr SDKs no sistema.</string> |
There was a problem hiding this comment.
Typo in Portuguese text on line 96.
The word "acederr" appears to be a typo and should be "aceder" (Portuguese verb meaning "to access").
Apply this diff to fix the typo:
- <string name="shizuku_requirement_description">Canta utiliza Shizuku para desinstalar aplicativos sem necessitar de acesso root. Shizuku fornece uma maneira segura de acederr SDKs no sistema.</string>
+ <string name="shizuku_requirement_description">Canta utiliza Shizuku para desinstalar aplicativos sem necessitar de acesso root. Shizuku fornece uma maneira segura de aceder SDKs no sistema.</string>📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <string name="shizuku_requirement_description">Canta utiliza Shizuku para desinstalar aplicativos sem necessitar de acesso root. Shizuku fornece uma maneira segura de acederr SDKs no sistema.</string> | |
| <string name="shizuku_requirement_description">Canta utiliza Shizuku para desinstalar aplicativos sem necessitar de acesso root. Shizuku fornece uma maneira segura de aceder SDKs no sistema.</string> |
🤖 Prompt for AI Agents
In app/src/main/res/values-pt-rPT/strings.xml around line 96, the Portuguese
string contains a typo: "acederr" should be corrected to "aceder"; update the
string value so it reads "Canta utiliza Shizuku para desinstalar aplicativos sem
necessitar de acesso root. Shizuku fornece uma maneira segura de aceder SDKs no
sistema." to fix the spelling error.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.